home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 234
- Top = 333
- Width = 705
- Height = 197
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 24
- Top = 16
- Width = 145
- Height = 105
- Lines.Strings = (
- 'Memo1')
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 232
- Top = 24
- Width = 97
- Height = 17
- Caption = 'CheckBox1'
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 456
- Top = 32
- Width = 169
- Height = 105
- Caption = 'Panel1'
- Color = clRed
- TabOrder = 2
- end
- object Edit1: TEdit
- Left = 208
- Top = 64
- Width = 121
- Height = 21
- TabOrder = 3
- Text = 'Edit1'
- end
- end
-